ga.core.individual
Interface IDebugInfo

All Known Implementing Classes:
FurnLayoutIndividual

public interface IDebugInfo

Interface for debug info.

Since:
11.08.2012
Author:
Stephan Dreyer

Method Summary
 java.lang.String getDebugString()
          Get the debug string of the individual.
 java.lang.String getGenotypeString()
          Get a string representation of the genotype.
 java.lang.String getIdString()
          Get a string of the id.
 

Method Detail

getIdString

java.lang.String getIdString()
Get a string of the id.

Returns:
Id as string.
Since:
11.08.2012

getDebugString

java.lang.String getDebugString()
Get the debug string of the individual. This is usually the genotyp and the fitness.

Returns:
Debug string.
Since:
11.08.2012

getGenotypeString

java.lang.String getGenotypeString()
Get a string representation of the genotype.

Returns:
Genotype string.
Since:
11.08.2012